FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package colonoscopyreport.no#0.7.23 (62 ms)

Package colonoscopyreport.no
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=colonoscopyreport.no@0.7.23&canonical=http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport
Url http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport
Status draft
Date 2021-10-12T08:19:42.6326118Z
Name DiagnosticReport
Title Colonoscopy Report Diagnostic Report
Experimental False
Type DiagnosticReport
Kind resource

Resources that use this resource

StructureDefinition
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bundle Colonoscopy Report Bundle
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-colonoscopy Colonoscopy Report Colonoscopy
http://kvalitetsregistre.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-gastronet Gastronet Diagnostic Report
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport-krg KRG Diagnostic Report

Resources that this resource uses

StructureDefinition
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale Colonoscopy Report Boston Bowel Preparation Scale
http://kreftregisteret.no/fhir/StructureDefinition/diagnosticreport-conclusion-ismaindiagnosis Colonoscopy Report IsMainDiagnosis
http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions Colonoscopy Report Number Of Lesions


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "520e8a06-e028-4993-abf8-893850d1c952",
  "meta" : {
    "versionId" : "30",
    "lastUpdated" : "2021-10-12T08:28:20.304+00:00"
  },
  "url" : "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-diagnosticreport",
  "name" : "DiagnosticReport",
  "title" : "Colonoscopy Report Diagnostic Report",
  "status" : "draft",
  "date" : "2021-10-12T08:19:42.6326118Z",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "no-colonoscopy-report",
      "name" : "Norwegian Colonoscopy Report"
    },
    {
      "identity" : "krg-tech-name",
      "name" : "Technical Name KRG"
    }
  ],
  "kind" : "resource",
  "abstract" : true,
  "type" : "DiagnosticReport",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "DiagnosticReport.code",
        "path" : "DiagnosticReport.code",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.code.coding",
        "path" : "DiagnosticReport.code.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.code.coding:SNOMED-CT",
        "path" : "DiagnosticReport.code.coding",
        "sliceName" : "SNOMED-CT",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://snomed.info/sct",
          "code" : "73761001"
        }
      },
      {
        "id" : "DiagnosticReport.subject",
        "path" : "DiagnosticReport.subject",
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.result",
        "path" : "DiagnosticReport.result",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "resolve().code.coding"
            }
          ],
          "rules" : "open"
        }
      },
      {
        "id" : "DiagnosticReport.result:BostonBowelPreparationScale",
        "path" : "DiagnosticReport.result",
        "sliceName" : "BostonBowelPreparationScale",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-bostonbowelpreparationscale"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.result:NumberOfLesions",
        "path" : "DiagnosticReport.result",
        "sliceName" : "NumberOfLesions",
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/colonoscopyreport-numberoflesions"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.conclusionCode",
        "path" : "DiagnosticReport.conclusionCode",
        "mustSupport" : true,
        "mapping" : [
          {
            "identity" : "no-colonoscopy-report",
            "map" : "58",
            "comment" : "Hoveddiagnose (ICD-10) (if extension IsMainDiagnosis is true)"
          },
          {
            "identity" : "no-colonoscopy-report",
            "map" : "59",
            "comment" : "Bidiagnoser (ICD-10)"
          },
          {
            "identity" : "krg-tech-name",
            "map" : "hoveddiagnose_M",
            "comment" : "if extension IsMainDiagnosis is true"
          },
          {
            "identity" : "krg-tech-name",
            "map" : "bidiagnoser_M"
          }
        ]
      },
      {
        "id" : "DiagnosticReport.conclusionCode.extension",
        "path" : "DiagnosticReport.conclusionCode.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "DiagnosticReport.conclusionCode.extension:IsMainDiagnosis",
        "path" : "DiagnosticReport.conclusionCode.extension",
        "sliceName" : "IsMainDiagnosis",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "http://kreftregisteret.no/fhir/StructureDefinition/diagnosticreport-conclusion-ismaindiagnosis"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "DiagnosticReport.conclusionCode.coding",
        "path" : "DiagnosticReport.conclusionCode.coding",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "$this"
            }
          ],
          "rules" : "open"
        },
        "min" : 1
      },
      {
        "id" : "DiagnosticReport.conclusionCode.coding:ICD-10",
        "path" : "DiagnosticReport.conclusionCode.coding",
        "sliceName" : "ICD-10",
        "min" : 1,
        "max" : "1",
        "patternCoding" : {
          "system" : "http://hl7.org/fhir/sid/icd-10"
        },
        "mustSupport" : true
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.